Welcome![Sign In][Sign Up]
Location:
Search - select linux

Search list

[MySQLsql

Description: Linux下的 数据库操作 通过对数据库的选择,可以过渡到对数据库的整个增删查改-the select from mysql under Linux
Platform: | Size: 1024 | Author: 廖伟 | Hits:

[Streaming Mpeg4falabaac-v1.0.0.123.tar

Description: 与FAAC不同的mpeg AAC编码器,在Linux下开发的,但支持Linux与windows平台。 在linux下通过make->make install安装,在windows下请到frontend下的win目录,把FALABAAC.DSW工作区打开,先编译libfalabaac再编译falabaac即可。 此代码经过一定的优化,支持6种速度的选择(1~6),可根据需要来设置,另外提供了带宽选择项。 在码率>=96kbps时编码始终选择20kHz的带宽(FAAC在96kbps时音频带宽只有10kHz),如果对某些特殊音频效果不好,则通过-w 选项来限制带宽。 此代码是高度模块化的,里面的很多模块都重用,请看docs下的Usage文档。 另外代码中除了全局表以外没有使用全局变量,对多线程编码可以很好的支持。 最后,这个一个中国人独立开发的(主要觉得FAAC的音质还不够好,编码扫频信号时发现有很多频率的信号干扰了),还是很辛苦,请大家支持一下,谢谢~~ -A new AAC encoder different from FAAC , developed under Linux, but support both Linux and windows platform. under linux, just make->make install under windows, please go to the frontend win directory , open FALABAAC.DSW workspace, first compiled libfalabaac ,then re-compile falabaac . This code after a certain optimization, support speed selecting six kinds of (1 to 6), can be set according to need additional bandwidth selection. In the rate> = 96kbps when encoding always select the 20 kHz bandwidth (FAAC audio bandwidth in 96kbps 10kHz) bad for some special audio effects, the-w option to limit the bandwidth. This code is highly modular, and a lot of the inside of the module are reused, see the the Usage document under the docs. Another code, in addition to the global table does not use global variables, can support multi-threaded code.
Platform: | Size: 1081344 | Author: 罗龙智 | Hits:

[Internet-Networksocket

Description: 在写LINUX SOCKET的时候,一个非常好的例子,里面有select的使用.-Write LINUX SOCKET, a very good example, select use.
Platform: | Size: 2048 | Author: 阿呆 | Hits:

[Internet-NetworkControlServer.tar

Description: linux下使用C语言编写的用select实现对多个客户端处理的服务器程序-A server program with C language using select to deal with multiple clients
Platform: | Size: 208896 | Author: liuming | Hits:

[Linux-Unixsort

Description: linux C编写的冒泡排序和顺序排序算法。。。详细简单-pop and select sort in linux with C
Platform: | Size: 78848 | Author: wuxinxinggg | Hits:

[Embeded Linuxqq

Description: LINUX下的网络聊天程序,其中利用select函数,实现服务端IO口多路复用-LINUX network chat program, select function IO port multiplexer server
Platform: | Size: 46080 | Author: 零度 | Hits:

[Internet-NetworkMapWinNetShareCli

Description: 局域网内Win32/Linux虚拟文件系统的通信程序,Linux作为服务端,Windows作为客户端. 当链接之后,Linux的共享目录内的文件可以被下载到windows端一个虚拟盘符上(这个虚拟盘符是映射在C盘新建的一个隐藏文件夹名为CliShareDir),可以操纵客户端上的文件,程序会依据客户端的映射目录上的文件的变化情况(包括新建,删除,编辑保存,重命名等等而更改服务端的相同的文件。使得看起来操作客户端的虚拟目录上的文件就如同操纵服务端的共享目录上的文件一样。) 本程序客户端窗体在一开始连接成功后,会自动隐藏。ALT+A是重新显现该客户端窗体的热键,ALD+D是重新隐藏该客户端窗体的热键。其中A取Appear的用意,D取Disappear的用意。同是在C盘会有一个LinkLog.txt的链接日志文件,该文件会记录程序所做的操作。客户端程序存在一个实时检索虚拟盘符上的文件的专门独立的线程。服务端使用select模式做的轮询响应客户端的请求。 各种路径数据存储大部分采用的是单链表,也有一些函数参数是用的数组。 该程序的缺点:大文件(比如50M以上的)传输和反映会很慢,甚至可能出现程序中断。对于一般的小文件还是没什么问题的-LAN the Win32/Linux virtual file system communication program, Linux as a server, Windows as a client.
Platform: | Size: 34816 | Author: 刘刚 | Hits:

[mpeg mp3mp3_player

Description: 其中包含7个PushButton控件、1个Horizontal Slider控件、1个Vertical Slider控件和一个label控件,各属性设置如下.做完界面之后,在每一个按钮控件上面点击右键,选择“go to slot…”。 我们的开发板播放MP3音乐是通过madplay实现的 如果程序在Window上面执行可以,如果要到开发板上去执行,需要先将这个拷贝到smb服务器上面去,然后在linux虚拟机上重新编译。 首先拷贝qt-4.5.tar.bz2和setARM_env到虚拟机上,解压过程: tar jxvf qt-4.5.tar.bz2 –C /opt/EmbedSky 然后让环境变量生效:source setARM_env 记得要重新烧写你的开发板,使之能支持QT -Contains 7 PushButton control, a Horizontal Slider control, a Vertical Slider control and a label control, the property is set as follows. Done interface, right-click each button controls above, select " Go to slot ..." . Our development board to play MP3 music is achieved through madplay If the program can be performed in the Window above, if you want to perform to the development board, you need to first copy to the smb server above, and then recompile the Linux virtual machine. First copy the qt-4.5.tar.bz2 and setARM_env to the virtual machine, decompression process: tar jxvf qt-4.5.tar.bz2-C/opt/EmbedSky and then let the environment variable to take effect: source setARM_env remember to re-program your development board, so that it can support the QT
Platform: | Size: 14121984 | Author: 侯识欢 | Hits:

[Linux-Unixmsp_elb

Description: Sets up the proper Chip Select configuration registers for linux.
Platform: | Size: 1024 | Author: qinxouhao | Hits:

[Linux-Unixbutton_taskmenu

Description: Mixin menu for the select members / break group options of the task menu of buttons and button group for Linux. -Mixin menu for the select members / break group options of the task menu of buttons and button group for Linux.
Platform: | Size: 6144 | Author: ciemouwer | Hits:

[Internet-NetworkTCPserver

Description: linux下TCP服务器端常用的多客户端相应处理方式select和epoll.c基本应用-TCP server under linux commonly used multi-client and select the appropriate treatment of the basic application epoll.c
Platform: | Size: 3072 | Author: panyongxuan | Hits:

[Linux-UnixWMLSelectElement

Description: WML Select Element Web Interface Source Code for Linux.
Platform: | Size: 4096 | Author: maiqangqang | Hits:

[Linux-Unixselect_urg_srv

Description: Linux下C语言关于select用法的例子源码-C language source code on select examples of usage
Platform: | Size: 1024 | Author: linjiandao | Hits:

[Linux-UnixSelectElement

Description: Select Element Source Code for Linux.
Platform: | Size: 9216 | Author: hiuxeikeng | Hits:

[Internet-Networkqq_select

Description: 在Linux下创建udp套接字,select监听套接字实现局域网多人聊天。编译器G-Under Linux create udp socket, select the listening socket LAN multiplayer chat. GCC compiler
Platform: | Size: 1024 | Author: hanzhen | Hits:

[Linux-UnixJSHTMLSelectElementCustom

Description: JS HTML Select Element Custom for Linux Web Interface Manager.
Platform: | Size: 1024 | Author: tuwaodin | Hits:

[Linux-UnixJSHTMLSelectElement

Description: JS HTML Select Element for Linux Web Interface Manager.
Platform: | Size: 4096 | Author: gejuetiu | Hits:

[Internet-Networklibevent_lib

Description: libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。著名分布式缓存软件memcached也是libevent based,而且libevent在使用上可以做到跨平台,而且根据libevent官方网站上公布的数据统计,似乎也有着非凡的性能。 -descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts.
Platform: | Size: 271360 | Author: 陆连进 | Hits:

[Linux-Unixq3sqlselectcursor

Description: The Q3SqlSelectCursor class provides browsing of general SQL SELECT statements for Linux.
Platform: | Size: 2048 | Author: kovuson | Hits:

[Linux-Unixqaxselect

Description: QAx Select Source Code for Linux.
Platform: | Size: 1024 | Author: doununvai | Hits:
« 1 2 3 4 5 6 7 89 10 »

CodeBus www.codebus.net